home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tandy Sensation 2
/
Tandy Sensation II System.iso
/
makstart.bat
next >
Wrap
DOS Batch File
|
1993-08-02
|
116b
|
8 lines
@echo off
cd \startup
format a: /u /s
if errorlevel 1 goto done
label a: < \start.id
xcopy . a:\ /s /v
:done